home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 October / Chip Ekim 2003.iso / prog / share / tod / setup.exe / allegdlg.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-10-08  |  517 b   |  17 lines

  1. /**************************************\
  2. * ALLEGDLG.H                           *
  3. * Dialog control defprocs for Allegro  *
  4. * Copr. 1999 Damian Yerrick            *
  5. \**************************************/
  6.  
  7. #ifndef _ALLEGDLG_H
  8. #define _ALLEGDLG_H
  9.  
  10. int DY_check_proc(int msg, DIALOG *d, int c);
  11. int DY_bitmap_proc(int msg, DIALOG *d, int c);
  12. int DY_action_proc(int msg, DIALOG *d, int c);
  13. int DY_idle_proc(int unused1, DIALOG *unused2, int unused3);
  14. int DY_pass_proc(int msg, DIALOG *d, int c);
  15.  
  16. #endif
  17.